3.116 \(\int f^{a+c x^2} \cos (d+e x) \, dx\)

Optimal. Leaf size=147 \[ \frac{\sqrt{\pi } f^a e^{\frac{e^2}{4 c \log (f)}+i d} \text{Erfi}\left (\frac{2 c x \log (f)+i e}{2 \sqrt{c} \sqrt{\log (f)}}\right )}{4 \sqrt{c} \sqrt{\log (f)}}-\frac{\sqrt{\pi } f^a e^{\frac{e^2}{4 c \log (f)}-i d} \text{Erfi}\left (\frac{-2 c x \log (f)+i e}{2 \sqrt{c} \sqrt{\log (f)}}\right )}{4 \sqrt{c} \sqrt{\log (f)}} \]

[Out]

-(E^((-I)*d + e^2/(4*c*Log[f]))*f^a*Sqrt[Pi]*Erfi[(I*e - 2*c*x*Log[f])/(2*Sqrt[c]*Sqrt[Log[f]])])/(4*Sqrt[c]*S
qrt[Log[f]]) + (E^(I*d + e^2/(4*c*Log[f]))*f^a*Sqrt[Pi]*Erfi[(I*e + 2*c*x*Log[f])/(2*Sqrt[c]*Sqrt[Log[f]])])/(
4*Sqrt[c]*Sqrt[Log[f]])

________________________________________________________________________________________

Rubi [A]  time = 0.16782, antiderivative size = 147, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 4, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {4473, 2287, 2234, 2204} \[ \frac{\sqrt{\pi } f^a e^{\frac{e^2}{4 c \log (f)}+i d} \text{Erfi}\left (\frac{2 c x \log (f)+i e}{2 \sqrt{c} \sqrt{\log (f)}}\right )}{4 \sqrt{c} \sqrt{\log (f)}}-\frac{\sqrt{\pi } f^a e^{\frac{e^2}{4 c \log (f)}-i d} \text{Erfi}\left (\frac{-2 c x \log (f)+i e}{2 \sqrt{c} \sqrt{\log (f)}}\right )}{4 \sqrt{c} \sqrt{\log (f)}} \]

Antiderivative was successfully verified.

[In]

Int[f^(a + c*x^2)*Cos[d + e*x],x]

[Out]

-(E^((-I)*d + e^2/(4*c*Log[f]))*f^a*Sqrt[Pi]*Erfi[(I*e - 2*c*x*Log[f])/(2*Sqrt[c]*Sqrt[Log[f]])])/(4*Sqrt[c]*S
qrt[Log[f]]) + (E^(I*d + e^2/(4*c*Log[f]))*f^a*Sqrt[Pi]*Erfi[(I*e + 2*c*x*Log[f])/(2*Sqrt[c]*Sqrt[Log[f]])])/(
4*Sqrt[c]*Sqrt[Log[f]])

Rule 4473

Int[Cos[v_]^(n_.)*(F_)^(u_), x_Symbol] :> Int[ExpandTrigToExp[F^u, Cos[v]^n, x], x] /; FreeQ[F, x] && (LinearQ
[u, x] || PolyQ[u, x, 2]) && (LinearQ[v, x] || PolyQ[v, x, 2]) && IGtQ[n, 0]

Rule 2287

Int[(u_.)*(F_)^(v_)*(G_)^(w_), x_Symbol] :> With[{z = v*Log[F] + w*Log[G]}, Int[u*NormalizeIntegrand[E^z, x],
x] /; BinomialQ[z, x] || (PolynomialQ[z, x] && LeQ[Exponent[z, x], 2])] /; FreeQ[{F, G}, x]

Rule 2234

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[F^(a - b^2/(4*c)), Int[F^((b + 2*c*x)^2/(4*c))
, x], x] /; FreeQ[{F, a, b, c}, x]

Rule 2204

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[(F^a*Sqrt[Pi]*Erfi[(c + d*x)*Rt[b*Log[F], 2
]])/(2*d*Rt[b*Log[F], 2]), x] /; FreeQ[{F, a, b, c, d}, x] && PosQ[b]

Rubi steps

\begin{align*} \int f^{a+c x^2} \cos (d+e x) \, dx &=\int \left (\frac{1}{2} e^{-i d-i e x} f^{a+c x^2}+\frac{1}{2} e^{i d+i e x} f^{a+c x^2}\right ) \, dx\\ &=\frac{1}{2} \int e^{-i d-i e x} f^{a+c x^2} \, dx+\frac{1}{2} \int e^{i d+i e x} f^{a+c x^2} \, dx\\ &=\frac{1}{2} \int e^{-i d-i e x+a \log (f)+c x^2 \log (f)} \, dx+\frac{1}{2} \int e^{i d+i e x+a \log (f)+c x^2 \log (f)} \, dx\\ &=\frac{1}{2} \left (e^{-i d+\frac{e^2}{4 c \log (f)}} f^a\right ) \int e^{\frac{(-i e+2 c x \log (f))^2}{4 c \log (f)}} \, dx+\frac{1}{2} \left (e^{i d+\frac{e^2}{4 c \log (f)}} f^a\right ) \int e^{\frac{(i e+2 c x \log (f))^2}{4 c \log (f)}} \, dx\\ &=-\frac{e^{-i d+\frac{e^2}{4 c \log (f)}} f^a \sqrt{\pi } \text{erfi}\left (\frac{i e-2 c x \log (f)}{2 \sqrt{c} \sqrt{\log (f)}}\right )}{4 \sqrt{c} \sqrt{\log (f)}}+\frac{e^{i d+\frac{e^2}{4 c \log (f)}} f^a \sqrt{\pi } \text{erfi}\left (\frac{i e+2 c x \log (f)}{2 \sqrt{c} \sqrt{\log (f)}}\right )}{4 \sqrt{c} \sqrt{\log (f)}}\\ \end{align*}

Mathematica [A]  time = 0.153937, size = 116, normalized size = 0.79 \[ \frac{\sqrt{\pi } f^a e^{\frac{e^2}{4 c \log (f)}} \left ((\cos (d)-i \sin (d)) \text{Erfi}\left (\frac{2 c x \log (f)-i e}{2 \sqrt{c} \sqrt{\log (f)}}\right )+(\cos (d)+i \sin (d)) \text{Erfi}\left (\frac{2 c x \log (f)+i e}{2 \sqrt{c} \sqrt{\log (f)}}\right )\right )}{4 \sqrt{c} \sqrt{\log (f)}} \]

Antiderivative was successfully verified.

[In]

Integrate[f^(a + c*x^2)*Cos[d + e*x],x]

[Out]

(E^(e^2/(4*c*Log[f]))*f^a*Sqrt[Pi]*(Erfi[((-I)*e + 2*c*x*Log[f])/(2*Sqrt[c]*Sqrt[Log[f]])]*(Cos[d] - I*Sin[d])
 + Erfi[(I*e + 2*c*x*Log[f])/(2*Sqrt[c]*Sqrt[Log[f]])]*(Cos[d] + I*Sin[d])))/(4*Sqrt[c]*Sqrt[Log[f]])

________________________________________________________________________________________

Maple [A]  time = 0.066, size = 121, normalized size = 0.8 \begin{align*}{\frac{{f}^{a}\sqrt{\pi }}{4}{{\rm e}^{-{\frac{4\,id\ln \left ( f \right ) c-{e}^{2}}{4\,c\ln \left ( f \right ) }}}}{\it Erf} \left ( \sqrt{-c\ln \left ( f \right ) }x+{{\frac{i}{2}}e{\frac{1}{\sqrt{-c\ln \left ( f \right ) }}}} \right ){\frac{1}{\sqrt{-c\ln \left ( f \right ) }}}}-{\frac{{f}^{a}\sqrt{\pi }}{4}{{\rm e}^{{\frac{4\,id\ln \left ( f \right ) c+{e}^{2}}{4\,c\ln \left ( f \right ) }}}}{\it Erf} \left ( -\sqrt{-c\ln \left ( f \right ) }x+{{\frac{i}{2}}e{\frac{1}{\sqrt{-c\ln \left ( f \right ) }}}} \right ){\frac{1}{\sqrt{-c\ln \left ( f \right ) }}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(f^(c*x^2+a)*cos(e*x+d),x)

[Out]

1/4*Pi^(1/2)*f^a*exp(-1/4*(4*I*d*ln(f)*c-e^2)/ln(f)/c)/(-c*ln(f))^(1/2)*erf((-c*ln(f))^(1/2)*x+1/2*I*e/(-c*ln(
f))^(1/2))-1/4*Pi^(1/2)*f^a*exp(1/4*(4*I*d*ln(f)*c+e^2)/ln(f)/c)/(-c*ln(f))^(1/2)*erf(-(-c*ln(f))^(1/2)*x+1/2*
I*e/(-c*ln(f))^(1/2))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: IndexError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(c*x^2+a)*cos(e*x+d),x, algorithm="maxima")

[Out]

Exception raised: IndexError

________________________________________________________________________________________

Fricas [A]  time = 0.491779, size = 409, normalized size = 2.78 \begin{align*} -\frac{\sqrt{\pi } \sqrt{-c \log \left (f\right )} \operatorname{erf}\left (\frac{{\left (2 \, c x \log \left (f\right ) + i \, e\right )} \sqrt{-c \log \left (f\right )}}{2 \, c \log \left (f\right )}\right ) e^{\left (\frac{4 \, a c \log \left (f\right )^{2} + 4 i \, c d \log \left (f\right ) + e^{2}}{4 \, c \log \left (f\right )}\right )} + \sqrt{\pi } \sqrt{-c \log \left (f\right )} \operatorname{erf}\left (\frac{{\left (2 \, c x \log \left (f\right ) - i \, e\right )} \sqrt{-c \log \left (f\right )}}{2 \, c \log \left (f\right )}\right ) e^{\left (\frac{4 \, a c \log \left (f\right )^{2} - 4 i \, c d \log \left (f\right ) + e^{2}}{4 \, c \log \left (f\right )}\right )}}{4 \, c \log \left (f\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(c*x^2+a)*cos(e*x+d),x, algorithm="fricas")

[Out]

-1/4*(sqrt(pi)*sqrt(-c*log(f))*erf(1/2*(2*c*x*log(f) + I*e)*sqrt(-c*log(f))/(c*log(f)))*e^(1/4*(4*a*c*log(f)^2
 + 4*I*c*d*log(f) + e^2)/(c*log(f))) + sqrt(pi)*sqrt(-c*log(f))*erf(1/2*(2*c*x*log(f) - I*e)*sqrt(-c*log(f))/(
c*log(f)))*e^(1/4*(4*a*c*log(f)^2 - 4*I*c*d*log(f) + e^2)/(c*log(f))))/(c*log(f))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int f^{a + c x^{2}} \cos{\left (d + e x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f**(c*x**2+a)*cos(e*x+d),x)

[Out]

Integral(f**(a + c*x**2)*cos(d + e*x), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int f^{c x^{2} + a} \cos \left (e x + d\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(f^(c*x^2+a)*cos(e*x+d),x, algorithm="giac")

[Out]

integrate(f^(c*x^2 + a)*cos(e*x + d), x)